Skip to content

chore: Remove management/__init__.py from .fernignore#834

Merged
developerkunal merged 1 commit intomasterfrom
remove-management-init-from-fernignore
Apr 30, 2026
Merged

chore: Remove management/__init__.py from .fernignore#834
developerkunal merged 1 commit intomasterfrom
remove-management-init-from-fernignore

Conversation

@developerkunal
Copy link
Copy Markdown
Contributor

Summary

  • Removes src/auth0/management/__init__.py from .fernignore so the Fern generator (5.8.4) can manage it directly
  • Generator version 5.8.4 includes the Replay fix for __init__.py handling

Next steps

After regeneration, a follow-up commit will restore custom wiring in management/__init__.py:

  • TYPE_CHECKING imports for ManagementClient, AsyncManagementClient, CustomDomainHeader, TokenProvider, AsyncTokenProvider
  • 5 _dynamic_imports entries for those classes
  • 3 __all__ entries (ManagementClient, AsyncManagementClient, CustomDomainHeader)

Replay will preserve these additions in future regenerations.

@developerkunal developerkunal requested a review from a team as a code owner April 30, 2026 08:57
@developerkunal developerkunal enabled auto-merge (squash) April 30, 2026 08:59
Copy link
Copy Markdown
Contributor

@kishore7snehil kishore7snehil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@developerkunal developerkunal merged commit e8d99e5 into master Apr 30, 2026
9 checks passed
@developerkunal developerkunal deleted the remove-management-init-from-fernignore branch April 30, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants